Users will encounter many action buttons throughout the WebOPSS system. While some buttons are area-specific depending on where the user is in the system, there are several common buttons that they will encounter:
- Add: this option allows the user to add a new item to a page/table.
- Edit: this option allows the user to edit, or change, an existing item or data in a page/table.
- Delete: this option allows users to permanently remove an existing item or data in a page/table.
- Export: this option allows users to access a table’s contents in a non-web-related manner, such as in a spreadsheet using Microsoft Excel or in a document using Microsoft Word. Once accessed, the data can be printed or saved to a specific location on the user’s local computer.
- Back: this option allows users to return to the previous screen viewed or the main “home” page for the selected area.
- Save: this option allows users to save any data that has been entered or modified in a form or table.
In addition to action buttons, users will also encounter a number of user interface widgets that require user input. There are several common interface items in WebOPSS:
- Radio Buttons: these appear as small, round circles next to a text option. These are designed so that users may only select one option out of the list available:
Figure 2.7: Radio Buttons
- Check Boxes: these appear as small, square boxes next to a text option. These are designed so that users may select several options out of the list available:
Figure 2.8: Check Boxes
- Dropdown Lists: these appear as rectangular boxes with an arrow at one end. When users click the arrow, the dropdown menu extends to display the options available:
Figure 2.9: Dropdown List
- Regular Text Fields: these appear as rectangular boxes of varying sizes that users can enter editable text into. When users click inside the box, a blinking cursor appears and text can be entered:
Figure 2.10: Text Field
NOTE: Red asterisks behind any text field in WebOPSS indicates that the field is a required field (as shown in the figure above). Required fields must have data entered in them before the user is allowed to Save or move on to another page.